'Declaration<DispIdAttribute(675)> Function NewActionGoTo_2( _ ByVal DestinationType As PdfDestinationType, _ ByVal Page As Integer, _ ByVal Left As Single, _ ByVal Right As Single, _ ByVal Bottom As Single, _ ByVal Top As Single, _ ByVal Zoom As Single, _ ByVal RetainLeft As Boolean, _ ByVal RetainTop As Boolean _ ) As Integer
[DispId(675)] int NewActionGoTo_2( PdfDestinationType DestinationType, int Page, float Left, float Right, float Bottom, float Top, float Zoom, bool RetainLeft, bool RetainTop )
function NewActionGoTo_2(
DestinationType: PdfDestinationType;
Page: Integer;
Left: Single;
Right: Single;
Bottom: Single;
Top: Single;
Zoom: Single;
RetainLeft: Boolean;
RetainTop: Boolean
): Integer;
DispIdAttribute(675) function NewActionGoTo_2( DestinationType : PdfDestinationType, Page : int, Left : float, Right : float, Bottom : float, Top : float, Zoom : float, RetainLeft : boolean, RetainTop : boolean ) : int;
[DispId(675)] int NewActionGoTo_2( PdfDestinationType DestinationType, int Page, float Left, float Right, float Bottom, float Top, float Zoom, bool RetainLeft, bool RetainTop )
[DispId(675)] int NewActionGoTo_2( PdfDestinationType DestinationType, int Page, float Left, float Right, float Bottom, float Top, float Zoom, bool RetainLeft, bool RetainTop )
Parameters
- DestinationType
- Page
- Left
- Right
- Bottom
- Top
- Zoom
- RetainLeft
- RetainTop
